home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
vulvara
/
Vulvara.exe
/
texts
/
862.txt
< prev
next >
Wrap
Text File
|
2004-10-08
|
660b
|
25 lines
on (keyPress "<Up>") { if
--- RECORDSEPARATOR ---
(yy > 0) { yy = yy - 120;
--- RECORDSEPARATOR ---
} gotoAndStop (2);}on
--- RECORDSEPARATOR ---
(keyPress "<Down>") { if
--- RECORDSEPARATOR ---
(yy < 360) { yy = yy +
--- RECORDSEPARATOR ---
120; } gotoAndStop
--- RECORDSEPARATOR ---
(2);}on (keyPress "<Left>") {
--- RECORDSEPARATOR ---
if (xx > 40) { xx = xx -
--- RECORDSEPARATOR ---
120; } gotoAndStop
--- RECORDSEPARATOR ---
(2);}on (keyPress "<Right>")
--- RECORDSEPARATOR ---
{ if (xx < 520) { xx =
--- RECORDSEPARATOR ---
xx + 120; } gotoAndStop
--- RECORDSEPARATOR ---
(2);}